Node.this

Create a new Node.

struct Node
@nogc nothrow
this
(
TSNode tsnode
)

Throws

If the passed tsnode is null, it will trigger an error in the debug mode.

Meta